summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/customcontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/customcontrol.hxx')
-rw-r--r--fpicker/source/win32/filepicker/customcontrol.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/win32/filepicker/customcontrol.hxx b/fpicker/source/win32/filepicker/customcontrol.hxx
index ea74c7c4710d..6d961147e6fa 100644
--- a/fpicker/source/win32/filepicker/customcontrol.hxx
+++ b/fpicker/source/win32/filepicker/customcontrol.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -40,7 +40,7 @@
#endif
//-----------------------------------
-//
+//
//-----------------------------------
class CCustomControl
@@ -50,9 +50,9 @@ public:
// align the control to a reference object/control
virtual void SAL_CALL Align() = 0;
-
+
virtual void SAL_CALL SetFont(HFONT hFont) = 0;
-
+
virtual void SAL_CALL AddControl(CCustomControl* aCustomControl);
virtual void SAL_CALL RemoveControl(CCustomControl* aCustomControl);
virtual void SAL_CALL RemoveAllControls();