From 92474c05f858502414eabf20c932f72c7e9bda1b Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 15 Jul 2016 16:25:34 +0200 Subject: sw: indentation fixes Change-Id: I6cdc7cff7c45e58c9b684ff53a8dd84af7cf0c83 --- sw/source/filter/ww8/ww8toolbar.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/filter/ww8/ww8toolbar.cxx') diff --git a/sw/source/filter/ww8/ww8toolbar.cxx b/sw/source/filter/ww8/ww8toolbar.cxx index 2377f21d0317..af32be2e83d0 100644 --- a/sw/source/filter/ww8/ww8toolbar.cxx +++ b/sw/source/filter/ww8/ww8toolbar.cxx @@ -53,9 +53,9 @@ MSOWordCommandConvertor::MSOWordCommandConvertor() msoToOOcmd[ 0x20b ] = ".uno:CloseDoc"; msoToOOcmd[ 0x50 ] = ".uno:Open"; - // mso tcid to ooo command string + // mso tcid to ooo command string // #FIXME and *HUNDREDS* of id's to added here - tcidToOOcmd[ 0x9d9 ] = ".uno:Print"; + tcidToOOcmd[ 0x9d9 ] = ".uno:Print"; } OUString MSOWordCommandConvertor::MSOCommandToOOCommand( sal_Int16 key ) -- cgit