diff options
-rw-r--r-- | starmath/source/unomodel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index 34bf51a1b21d..51c588ca3a93 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -61,7 +61,7 @@ using namespace ::com::sun::star::script; SmPrintUIOptions::SmPrintUIOptions() { ResStringArray aLocalizedStrings( SmResId( RID_PRINTUIOPTIONS ) ); - SAL_WARN_IF( aLocalizedStrings.Count() < 18, "starmath", "resource incomplete" ); + SAL_WARN_IF( aLocalizedStrings.Count() < 9, "starmath", "resource incomplete" ); if( aLocalizedStrings.Count() < 9 ) // bad resource ? return; |