From ed338bc212725f422f0def21aafc82f05e350646 Mon Sep 17 00:00:00 2001 From: José Guilherme Vanz Date: Wed, 26 Dec 2012 01:06:08 -0200 Subject: OUString cleanup in oox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id3c121acddd515621325c93735bb3dd88592749e Signed-off-by: José Guilherme Vanz Reviewed-on: https://gerrit.libreoffice.org/1485 Reviewed-by: Muthu Subramanian K Tested-by: Muthu Subramanian K --- oox/source/ole/axbinaryreader.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'oox/source/ole/axbinaryreader.cxx') 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 ) ) ); -- cgit