summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/printopt.cxx
diff options
context:
space:
mode:
authorKrisztian Pinter <pin.terminator@gmail.com>2013-02-28 19:11:16 +0100
committerEike Rathke <erack@redhat.com>2013-03-04 19:33:48 +0000
commit429adbbe0d46716bc128ff8f066aae3cfc793b49 (patch)
tree36f701910981eec8f2b77a3cf21a13908d2308da /sc/source/core/tool/printopt.cxx
parent483dbb8a7eb3626d6b1ed552d486d58e0fe149dd (diff)
RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removals
Change-Id: Ica78f316d481130c28da83f92561206518342eaa Reviewed-on: https://gerrit.libreoffice.org/2483 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/core/tool/printopt.cxx')
-rw-r--r--sc/source/core/tool/printopt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/tool/printopt.cxx b/sc/source/core/tool/printopt.cxx
index f5d6a2c63124..154ac47868a8 100644
--- a/sc/source/core/tool/printopt.cxx
+++ b/sc/source/core/tool/printopt.cxx
@@ -94,7 +94,7 @@ ScTpPrintItem::~ScTpPrintItem()
String ScTpPrintItem::GetValueText() const
{
- return rtl::OUString("ScTpPrintItem");
+ return OUString("ScTpPrintItem");
}
int ScTpPrintItem::operator==( const SfxPoolItem& rItem ) const
@@ -134,7 +134,7 @@ Sequence<OUString> ScPrintCfg::GetPropertyNames()
}
ScPrintCfg::ScPrintCfg() :
- ConfigItem( OUString(RTL_CONSTASCII_USTRINGPARAM( CFGPATH_PRINT )) )
+ ConfigItem( OUString( CFGPATH_PRINT ) )
{
Sequence<OUString> aNames = GetPropertyNames();
Sequence<Any> aValues = GetProperties(aNames);