diff options
author | José Guilherme Vanz <guilherme.sft@gmail.com> | 2012-12-26 01:06:08 -0200 |
---|---|---|
committer | Muthu Subramanian K <muthusuba@gmail.com> | 2012-12-26 08:00:52 +0000 |
commit | ed338bc212725f422f0def21aafc82f05e350646 (patch) | |
tree | 19b112dd49f0dcce08380dffd54180a02ef7970f /oox/source/ole/axbinaryreader.cxx | |
parent | ef48f2fd617aad8a19c2d5613db8fa513b2ef455 (diff) |
OUString cleanup in oox
Change-Id: Id3c121acddd515621325c93735bb3dd88592749e
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1485
Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
Tested-by: Muthu Subramanian K <muthusuba@gmail.com>
Diffstat (limited to 'oox/source/ole/axbinaryreader.cxx')
-rw-r--r-- | oox/source/ole/axbinaryreader.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/oox/source/ole/axbinaryreader.cxx b/oox/source/ole/axbinaryreader.cxx index 9b660c0f2c08..1e4c626d1224 100644 --- a/oox/source/ole/axbinaryreader.cxx +++ b/oox/source/ole/axbinaryreader.cxx @@ -26,10 +26,6 @@ namespace ole { // ============================================================================ -using ::rtl::OUString; - -// ============================================================================ - namespace { const sal_uInt32 AX_STRING_SIZEMASK = 0x7FFFFFFF; @@ -218,7 +214,7 @@ void AxBinaryPropertyReader::readStringProperty( OUString& orValue ) } } -void AxBinaryPropertyReader::readGuidProperty( ::rtl::OUString& orGuid ) +void AxBinaryPropertyReader::readGuidProperty( OUString& orGuid ) { if( startNextProperty() ) maLargeProps.push_back( ComplexPropVector::value_type( new GuidProperty( orGuid ) ) ); |