summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-09 10:15:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-09 10:15:47 +0200
commitfa72a0e94dab1a02c067e8e629f68a548bf2492b (patch)
tree2cb09e00a0cae8a126d9c2cfea279668d0e45e98 /svtools/source/dialogs
parentcc725643fded8c9237403f12bb6eed9d964e55c9 (diff)
Remove unused code
Change-Id: Ifaab2aecec65ec6e81056e5fca430df8ca3af908
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r--svtools/source/dialogs/addresstemplate.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx
index 102a5dfd6064..cd6cc732e568 100644
--- a/svtools/source/dialogs/addresstemplate.cxx
+++ b/svtools/source/dialogs/addresstemplate.cxx
@@ -259,7 +259,6 @@ public:
getProperty(const sal_Char* _pLocalName) const;
OUString getStringProperty(const sal_Char* _pLocalName) const;
- sal_Int32 getInt32Property(const sal_Char* _pLocalName) const;
OUString getStringProperty(const OUString& _rLocalName) const;
@@ -363,14 +362,6 @@ void AssignmentPersistentData::Commit()
}
- sal_Int32 AssignmentPersistentData::getInt32Property(const sal_Char* _pLocalName) const
- {
- sal_Int32 nReturn = 0;
- getProperty( _pLocalName ) >>= nReturn;
- return nReturn;
- }
-
-
void AssignmentPersistentData::setStringProperty(const sal_Char* _pLocalName, const OUString& _rValue)
{
Sequence< OUString > aNames(1);