diff options
Diffstat (limited to 'sw/source/ui/vba/vbafont.cxx')
-rw-r--r-- | sw/source/ui/vba/vbafont.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbafont.cxx b/sw/source/ui/vba/vbafont.cxx index a9d3ca1bc2b6..4d043d11287a 100644 --- a/sw/source/ui/vba/vbafont.cxx +++ b/sw/source/ui/vba/vbafont.cxx @@ -87,6 +87,7 @@ public: return theMapper; } + /// @throws lang::IllegalArgumentException sal_Int32 getOOOFromMSO( sal_Int32 nMSOConst ) throw( lang::IllegalArgumentException ) { ConstToConst::iterator it = MSO2OOO.find( nMSOConst ); @@ -94,6 +95,7 @@ public: throw lang::IllegalArgumentException(); return it->second; } + /// @throws lang::IllegalArgumentException sal_Int32 getMSOFromOOO( sal_Int32 nOOOConst ) throw( lang::IllegalArgumentException ) { ConstToConst::iterator it = OOO2MSO.find( nOOOConst ); |