dlgutil.cxx (f6e50924) dlgutil.cxx (35fa8f12)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 34 unchanged lines hidden (view full) ---

43 else
44 {
45 return SfxModule::GetCurrentFieldUnit();
46 }
47
48 return eUnit;
49}
50
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 34 unchanged lines hidden (view full) ---

43 else
44 {
45 return SfxModule::GetCurrentFieldUnit();
46 }
47
48 return eUnit;
49}
50
51// -----------------------------------------------------------------------
52
53FieldUnit GetModuleFieldUnit()
54{
55 return SfxModule::GetCurrentFieldUnit();
56}
57
58// -----------------------------------------------------------------------
59// eof