diff options
author | Gustavo Buzzatti Pacheco <gbpacheco@gmail.com> | 2011-12-23 10:25:18 -0200 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2011-12-23 22:04:44 +0400 |
commit | b575f4b1a2a2217282cddc995951b350936b47b1 (patch) | |
tree | a4ac2423d77240f427383b6850a796123b956a24 /dtrans/source/test | |
parent | c84a5ec4cb81eddb8bb382a6494c28df5131cb85 (diff) |
Fix for fdo43460 Part XIV getLength() to isEmpty()
Part XIV
Modules
drawinglayer, dtrans, editeng
Diffstat (limited to 'dtrans/source/test')
-rw-r--r-- | dtrans/source/test/test_dtrans.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/test/test_dtrans.cxx b/dtrans/source/test/test_dtrans.cxx index 802236d86975..4b53d8db4e3e 100644 --- a/dtrans/source/test/test_dtrans.cxx +++ b/dtrans/source/test/test_dtrans.cxx @@ -337,7 +337,7 @@ int SAL_CALL main( int argc, const char* argv[] ) } } - if( aRegistry.getLength() == 0 ) + if( aRegistry.isEmpty( ) ) fprintf( stderr, "Usage: %s -r full-path-to-applicat.rdb\n", app ); //------------------------------------------------------------------ |