summaryrefslogtreecommitdiff
path: root/include/sot/storinfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/storinfo.hxx')
-rw-r--r--include/sot/storinfo.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sot/storinfo.hxx b/include/sot/storinfo.hxx
index 1793a68a7239..98e5360d16c1 100644
--- a/include/sot/storinfo.hxx
+++ b/include/sot/storinfo.hxx
@@ -46,7 +46,6 @@ public:
, bStorage( bIsStorage )
{}
- const SvGlobalName & GetClassName() const { return aClassName; }
const OUString & GetName() const { return aName; }
bool IsStream() const { return bStream; }
bool IsStorage() const { return bStorage; }