summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/customcontrolcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/customcontrolcontainer.hxx')
-rw-r--r--fpicker/source/win32/filepicker/customcontrolcontainer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/win32/filepicker/customcontrolcontainer.hxx b/fpicker/source/win32/filepicker/customcontrolcontainer.hxx
index dc63c8cb355f..6dcc9d486de9 100644
--- a/fpicker/source/win32/filepicker/customcontrolcontainer.hxx
+++ b/fpicker/source/win32/filepicker/customcontrolcontainer.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
@@ -37,7 +37,7 @@
// A container for custom controls
// the container is resposible for
// the destruction of the custom
-// controls
+// controls
//-----------------------------------
class CCustomControlContainer : public CCustomControl
@@ -47,7 +47,7 @@ public:
virtual void SAL_CALL Align();
virtual void SAL_CALL SetFont(HFONT hFont);
-
+
virtual void SAL_CALL AddControl(CCustomControl* aCustomControl);
virtual void SAL_CALL RemoveControl(CCustomControl* aCustomControl);
virtual void SAL_CALL RemoveAllControls();
@@ -55,7 +55,7 @@ public:
private:
typedef std::list<CCustomControl*> ControlContainer_t;
- ControlContainer_t m_ControlContainer;
+ ControlContainer_t m_ControlContainer;
};
#endif