summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/cnttab.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/cnttab.hxx')
-rw-r--r--sw/source/ui/inc/cnttab.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/source/ui/inc/cnttab.hxx b/sw/source/ui/inc/cnttab.hxx
index 83c2a605b56a..7ea8b42e1814 100644
--- a/sw/source/ui/inc/cnttab.hxx
+++ b/sw/source/ui/inc/cnttab.hxx
@@ -73,7 +73,10 @@ class SwOLENames : public Resource
public:
SwOLENames(const ResId& rResId) :
Resource(rResId),
- aNamesAry(ResId(1,*rResId.GetResMgr())){FreeResource();}
+ aNamesAry(ResId(1,*rResId.GetResMgr()))
+ {
+ FreeResource();
+ }
ResStringArray& GetNames() { return aNamesAry;}