summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/swcont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/swcont.hxx')
-rw-r--r--sw/source/ui/inc/swcont.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/swcont.hxx b/sw/source/ui/inc/swcont.hxx
index bf8496c3d7fa..fd0740cf3205 100644
--- a/sw/source/ui/inc/swcont.hxx
+++ b/sw/source/ui/inc/swcont.hxx
@@ -72,7 +72,7 @@ class SwTypeNumber
SwTypeNumber(sal_uInt8 nId) :nTypeId(nId){}
virtual ~SwTypeNumber();
- virtual sal_uInt8 GetTypeId();
+ sal_uInt8 GetTypeId() const;
};
//----------------------------------------------------------------------------