summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/app/xfa_ffdraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/app/xfa_ffdraw.h')
-rw-r--r--xfa/src/fxfa/src/app/xfa_ffdraw.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_ffdraw.h b/xfa/src/fxfa/src/app/xfa_ffdraw.h
index 28b41083ed..da349489c7 100644
--- a/xfa/src/fxfa/src/app/xfa_ffdraw.h
+++ b/xfa/src/fxfa/src/app/xfa_ffdraw.h
@@ -6,11 +6,11 @@
#ifndef _FXFA_FORMFILLER_DRAW_IMP_H
#define _FXFA_FORMFILLER_DRAW_IMP_H
-class CXFA_FFDraw : public CXFA_FFWidget
-{
-public:
- CXFA_FFDraw(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc);
- virtual ~CXFA_FFDraw();
-protected:
+class CXFA_FFDraw : public CXFA_FFWidget {
+ public:
+ CXFA_FFDraw(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc);
+ virtual ~CXFA_FFDraw();
+
+ protected:
};
#endif