summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-26 22:59:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-27 08:00:32 +0200
commit9c8fd7d1c5553e1e50dba7c7c32ef15fcdb0b49d (patch)
tree345951559eba7aca1ead5ea9ff37450792a6833e /include
parentClean up aEmpty (diff)
downloadcore-9c8fd7d1c5553e1e50dba7c7c32ef15fcdb0b49d.tar.gz
core-9c8fd7d1c5553e1e50dba7c7c32ef15fcdb0b49d.zip
Clean up sEmpty
Change-Id: If1b2bfe308caa2bce92e73d2c5c86ee273faed93
Diffstat (limited to 'include')
-rw-r--r--include/svtools/unoevent.hxx2
-rw-r--r--include/xmloff/numehelp.hxx1
-rw-r--r--include/xmloff/txtimp.hxx2
3 files changed, 1 insertions, 4 deletions
diff --git a/include/svtools/unoevent.hxx b/include/svtools/unoevent.hxx
index 1a4ce964ece7..5f15a43d5c34 100644
--- a/include/svtools/unoevent.hxx
+++ b/include/svtools/unoevent.hxx
@@ -73,8 +73,6 @@ class SVT_DLLPUBLIC SvBaseEventDescriptor : public cppu::WeakImplHelper2
const OUString sServiceName;
protected:
- const OUString sEmpty;
-
/// last element is 0, 0
const SvEventDescription* mpSupportedMacroItems;
sal_Int16 mnMacroItems;
diff --git a/include/xmloff/numehelp.hxx b/include/xmloff/numehelp.hxx
index 053772dfd3f3..81477e903707 100644
--- a/include/xmloff/numehelp.hxx
+++ b/include/xmloff/numehelp.hxx
@@ -67,7 +67,6 @@ class XMLOFF_DLLPUBLIC XMLNumberFormatAttributesExportHelper
{
::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormats > xNumberFormats;
SvXMLExport* pExport;
- const OUString sEmpty;
const OUString sStandardFormat;
const OUString sType;
const OUString sAttrValue;
diff --git a/include/xmloff/txtimp.hxx b/include/xmloff/txtimp.hxx
index ca0ce7ab7e5a..923514a2f939 100644
--- a/include/xmloff/txtimp.hxx
+++ b/include/xmloff/txtimp.hxx
@@ -709,7 +709,7 @@ public:
/// get the last open redline ID
OUString GetOpenRedlineId();
/// modify the last open redline ID
- void SetOpenRedlineId( OUString& rId);
+ void SetOpenRedlineId( OUString const & rId);
/// reset the last open redline ID
void ResetOpenRedlineId();