summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/inc/pdfihelper.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-04-07 12:06:47 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-04-07 14:23:11 +0200
commit1946794ae09ba732022fe6a74ea45e304ab70b84 (patch)
treee32bd7ba61fa021ecc7f8c85959df8ca837d6e81 /sdext/source/pdfimport/inc/pdfihelper.hxx
parent5b08c6e7a21dda94d5b755eea0b1ed1e9c199bec (diff)
mass removal of rtl:: prefixes for O(U)String*
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
Diffstat (limited to 'sdext/source/pdfimport/inc/pdfihelper.hxx')
-rw-r--r--sdext/source/pdfimport/inc/pdfihelper.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sdext/source/pdfimport/inc/pdfihelper.hxx b/sdext/source/pdfimport/inc/pdfihelper.hxx
index 2db7b555b4cd..d233e134cbfb 100644
--- a/sdext/source/pdfimport/inc/pdfihelper.hxx
+++ b/sdext/source/pdfimport/inc/pdfihelper.hxx
@@ -40,14 +40,14 @@ namespace com { namespace sun { namespace star { namespace task
namespace pdfi
{
- typedef boost::unordered_map< rtl::OUString, rtl::OUString, rtl::OUStringHash > PropertyMap;
+ typedef boost::unordered_map< OUString, OUString, OUStringHash > PropertyMap;
typedef sal_Int32 ImageId;
/// What to do with a polygon. values can be ORed together
enum PolygonAction { PATH_STROKE=1, PATH_FILL=2, PATH_EOFILL=4 };
- rtl::OUString unitMMString( double fMM );
- rtl::OUString convertPixelToUnitString( double fPix );
+ OUString unitMMString( double fMM );
+ OUString convertPixelToUnitString( double fPix );
inline double convPx2mm( double fPix )
{
@@ -69,7 +69,7 @@ namespace pdfi
}
/// Convert color to "#FEFEFE" color notation
- rtl::OUString getColorString( const ::com::sun::star::rendering::ARGBColor& );
+ OUString getColorString( const ::com::sun::star::rendering::ARGBColor& );
struct FontAttrHash
{
@@ -181,9 +181,9 @@ namespace pdfi
*/
bool getPassword( const ::com::sun::star::uno::Reference<
::com::sun::star::task::XInteractionHandler >& xHandler,
- rtl::OUString& rOutPwd,
+ OUString& rOutPwd,
bool bFirstTry,
- const rtl::OUString& rDocName
+ const OUString& rDocName
);
void reportUnsupportedEncryptionFormat(